home *** CD-ROM | disk | FTP | other *** search
- inherited frmStopAService: TfrmStopAService
- HelpContext = 100
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited lblCommandName: TLabel
- Caption = ''
- end
- inherited img1616: TImage
- Picture.Data = {<image000.ico>}
- end
- inherited memActionDesc: TMemo
- Lines.Strings = (
-
- 'Stops the specified service. Services do not run on Windows 95/' +
- '98/ME.')
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object lblServiceToStart: TLabel
- Left = 10
- Top = 16
- Width = 425
- Height = 13
- AutoSize = False
- Caption = '&Service to stop:'
- FocusControl = cboServiceName
- end
- object cboServiceName: TComboBox
- Left = 10
- Top = 32
- Width = 433
- Height = 21
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- OnDropDown = cboServiceNameDropDown
- end
- object cbStopIfMaster: TCheckBox
- Left = 10
- Top = 86
- Width = 417
- Height = 17
- Caption = 'Stop service and &dependent ones (if any)'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object cbIncludeDrivers: TCheckBox
- Left = 10
- Top = 65
- Width = 425
- Height = 17
- Caption = 'Include device and &file system drivers'
- TabOrder = 1
- end
- end
- end
- end
- inherited taclKeyboardTrap: TActionList
- Left = 200
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- end
- inherited IvTranslator1: TIvTranslator
- Left = 232
- Top = 348
- end
- end
-